home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Iron Maiden - Maiden Hell!
/
Iron Maiden - Maiden Hell! Promotional CD-ROM.iso
/
mac
/
promo.dxr
/
scripts_68_go band subsection = .ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-16
|
335 b
|
13 lines
on mouseEnter
set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
end
on mouseDown
set bandSubSectionList to ["band", "fmly tree"]
go(getAt(bandSubSectionList, the currentSpriteNum - 24))
end
on mouseLeave
set the cursor of sprite the currentSpriteNum to 0
end